EN PL ES
Reservar Visita
House

House in L'Alfás del Pi

L'Alfás del Pi Centro, L'Alfás del Pi

1,199,000€

Listed: 08 March 2026

House in L'Alfás del Pi
+47 fotos

Descripción

This villa is located in a well-known residential area, just 2 kilometers from the center of Alfaz del Pi. Built on a flat plot, the home stands out for its brightness and spacious rooms throughout.

Upon entering, you are welcomed by a large hall with a full bathroom. From here, you can access a wide double-height hallway and the spacious living room, which leads to a covered terrace. On this main floor, there are four spacious bedrooms—two of them with small balconies—and the master bedroom with direct access to the covered terrace. There are two full bathrooms, one of them en-suite to the master bedroom. Additionally, there are two kitchens: a smaller one adjacent to the main kitchen, which also connects to the living room and the covered terrace.

All rooms are equipped with hot/cold air conditioning and central heating. There is also direct access to the garage.

From the large covered terrace, you can access a solarium with panoramic views of the sea and the mountains, as well as the garden area. In this low-maintenance garden, there is a swimming pool with a jacuzzi, both with salt water, a bathroom, and access to the lower floor, the garage, and parking space for two cars. The pool has its own water pump, and there is a water tank for the garden and pool.

On the lower floor, on one side, there are two independent apartments, each with its own entrance, two bedrooms, living room, kitchen, and a full bathroom. They have been recently renovated and are equipped with hot/cold air conditioning. On the other side of the house, there is an additional apartment with one bedroom, a full bathroom, kitchen, and hot/cold air conditioning. This area also includes a garage with space for two cars and two large storage rooms.

This house is in excellent condition, centrally located, and perfect for a large family or for those who receive frequent guests. All services are nearby, and the sea is only 10 minutes away by car.

Technical Detalles

493 m²

Área

4

Bedhabitaciones

6

Bathhabitaciones

1082 m²

Plot

Amenities

Pool
Air Conditioning
Central Heating
Furnished

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 1199000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 1199000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });